home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Netherlands - A Compact World
/
The Netherlands.iso
/
lingo.ini
< prev
next >
Wrap
Text File
|
2004-06-24
|
532b
|
19 lines
on startup
--the debugplaybackenabled=TRUE
if string(0.0)="a" then nothing
--Fix problem with sounds not playing
--if Intel RSX is installed
set the soundkeepdevice to 0
-- beep
-- Added to look for files in the "media"
-- subdirectory
global tbsearchpath
set tbsearchpath=[]
append(tbsearchpath, the applicationPath & "movies\")
append(tbsearchpath, the applicationPath & "downloads\")
extCastPad = the applicationpath & "casts"
add the searchPaths, extCastPad
end startup